BaseSubsystem.ReadMemoryInt32 method
Reads an integer from the shared memory.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
int ReadMemoryInt32(
int byteOffset
)
Function ReadMemoryInt32(
byteOffset As Integer
) As Integer
Parameters
byteOffset
Type: int
Specifies a byte offset to the location to read an integer value. Indexes are zero based.
Return value
Type: int
Usable EtherCAT states
ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP
See also